For i = 2 To 24 Level = Cells(i, 4) Return = Cells(i, 5) If Return = 0 And Level = 0 Then 'Go to the next iteration GoTo NextIteration Else ... ... <看更多>
Search
Search
For i = 2 To 24 Level = Cells(i, 4) Return = Cells(i, 5) If Return = 0 And Level = 0 Then 'Go to the next iteration GoTo NextIteration Else ... ... <看更多>
Optimized port of VBA-M to Libretro. . Contribute to libretro/vba-next development by creating an account on GitHub. ... <看更多>
如果是要跳出迴圈,那用Exit For 如果是要跳下一個i,在Excel VBA只能用GoTo ... 想問一下: For i = x to y : A(i) : B(i) : C(i) : next : 以上結構, ... ... <看更多>